home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / DefineButton2_116 / BUTTONCONDACTION on(press).as next >
Text File  |  2007-01-15  |  156b  |  12 lines

  1. on(press){
  2.    tellTarget("steer")
  3.    {
  4.       gotoAndStop("CW");
  5.       play();
  6.    }
  7.    tellTarget("char1/body")
  8.    {
  9.       gotoAndPlay(2);
  10.    }
  11. }
  12.